home *** CD-ROM | disk | FTP | other *** search
/ Future Workshop / Future Workshop.iso / utility / qicbat / qicbat.doc < prev    next >
Text File  |  1994-01-14  |  64KB  |  1,761 lines

  1.                   _______
  2.              ____|__     |                (R)
  3.           --|       |    |-------------------
  4.             |   ____|__  |  Association of
  5.             |  |       |_|  Shareware
  6.             |__|   o   |    Professionals
  7.           -----|   |   |---------------------
  8.                |___|___|    MEMBER
  9.  
  10.  
  11.  
  12.                       QIC-BAT for CMS
  13.                         Version 1.2
  14.           A batch file generator for tape backup.
  15.            Do Your Backups.... Right off the BAT
  16.  
  17.                         Douglas East
  18.                    Command Line Software
  19.                       3431 Florida Dr.
  20.                      Loveland, CO 80538
  21.                         303-667-4566
  22.                     COMPUSERVE 72673,357
  23.                    QIC-BAT BBS 303-663-5507
  24.  
  25.       QIC-BAT FOR CMS        USER'S GUIDE          PAGE 2 OF 36
  26.      ===========================================================
  27.  
  28.  
  29.  
  30.  
  31.  
  32.                           WARRANTY
  33.  
  34. THE AUTHOR HEREBY DISCLAIMS ALL WARRANTIES RELATING TO THIS
  35. SOFTWARE, WHETHER EXPRESS OR IMPLIED, INCLUDING WITHOUT
  36. LIMITATION ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR
  37. FITNESS FOR A PARTICULAR PURPOSE.  THE AUTHOR WILL NOT BE
  38. LIABLE FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, INDIRECT
  39. OR SIMILAR DAMAGES DUE TO LOSS OF DATA OR ANY OTHER REASON,
  40. EVEN IF THE AUTHOR OR AN AGENT OF THE AUTHOR HAS BEEN
  41. ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.  IN NO EVENT
  42. SHALL THE AUTHOR'S LIABILITY FOR ANY DAMAGES EVER EXCEED THE
  43. PRICE PAID FOR THE LICENSE TO USE THE SOFTWARE, REGARDLESS
  44. OF THE FORM OF THE CLAIM.  THE PERSON USING THE SOFTWARE
  45. BEARS ALL RISK AS TO THE QUALITY AND PERFORMANCE OF THE
  46. SOFTWARE.
  47.  
  48.  
  49.  
  50.                          TRADEMARKS
  51.  
  52. The following trademarks are referred to throughout this manual.
  53. As you read the manual please remember that they are the
  54. trademarks or registered trademarks of the companies below.
  55.  
  56. Colorado Memory Systems (referred to as CMS in this manual) is
  57. a trademark of Colorado Memory Systems, Inc.
  58.  
  59.  
  60.  
  61.       QIC-BAT FOR CMS        USER'S GUIDE          PAGE 3 OF 36
  62.      ===========================================================
  63.  
  64.  
  65.  
  66.                         INSTALLATION
  67.  
  68. The shareware version of QIC-BAT is delivered by means of a
  69. compressed archive file.  The name of this file is QICBAT12.ZIP.
  70. Since QIC-BAT works in conjunction with the CMS backup software
  71. all of QIC-BAT's files should be located in the same subdirectory
  72. with CMS's TAPE.EXE.  Normally this subdirectory is named \TAPE.
  73.  
  74. Unzip QICBAT12.ZIP into the \TAPE subdirectory and then type
  75. QICBAT [Enter] to start the program.
  76.  
  77. The following files are contained in QICBAT12.ZIP
  78.  
  79.    QICBAT.EXE     The main program
  80.    QICBAT.HLP     On-line help file
  81.    QICBAT.DOC     User's manual (This file)
  82.    REGISTER.DOC   Registration information
  83.    QICT1.EXE      batch file utility
  84.    QICT2.EXE      batch file utility
  85.    VENDINFO.DIZ   Vendor & User information (text & data)
  86.    FILE_ID.DIZ    Program description file
  87.    DESC.SDI       Description file
  88.    VENDOR.DOC     Refers you to VENDINFO.DIZ
  89.    READ_ME.1ST    Refers you to VENDINFO.DIZ
  90.  
  91.  
  92. Start the program by typing QICBAT followed by the [Enter] key.
  93.  
  94. QIC-BAT version 1.2 was designed to work with the command
  95. line language available with CMS DOS backup software through
  96. version 4.03.  This was the latest version at this writing
  97. (10/8/93).
  98.  
  99.  
  100.  
  101.       QIC-BAT FOR CMS        USER'S GUIDE          PAGE 4 OF 36
  102.      ===========================================================
  103.  
  104.  
  105.  
  106.  
  107.                          INTRODUCTION
  108.  
  109. Welcome to QIC-BAT(TM) - The quickest and easiest way to
  110. launch your tape drive software.
  111.  
  112. WHY USE BATCH FILES FOR BACKUP?
  113.  
  114. Your tape drive manufacturer supplied a software program
  115. with your tape drive that gives you the capability to backup
  116. your hard drive in a variety of different ways.  The program
  117. uses a series of menus that guides you through the process
  118. of making several choices regarding how the backup is to be
  119. done.  However, each time you wish to do the same backup you
  120. must open the software and make all the same choices over
  121. again.  If you do daily backups as you should then this can
  122. become a daily time-consuming task.
  123.  
  124. Recognizing this shortcoming, the manufacturer did provide a
  125. seldom used solution to automating the backup process.  They
  126. provided a command line language that allows you to run your
  127. entire backup without ever opening the menu software.
  128. Unfortunately this language was written for programmers and
  129. not for the average user.  It can be difficult to use and
  130. very prone to errors.
  131.  
  132. This command line language is very powerful.  It not only
  133. provides you with a means of saving your backup selections
  134. for future use but provides additional capabilities not
  135. available in the menu software (see below).
  136.  
  137. With QIC-BAT you can now take full advantage of the software
  138. supplied with your tape drive.  QIC-BAT unleashes the power
  139. of your backup software by providing a very easy-to-use,
  140. mouse driven solution for creating batch files for your
  141. backups.
  142.  
  143. There are other advantages to using batch files for doing
  144. your backups:
  145.  
  146. Faster backups - The backup software actually runs faster
  147. from a batch file.  Your backups will be completed in less
  148. time.
  149.  
  150. Less memory required - The amount of memory required to run
  151. the backup software is reduced by launching the software
  152. from a batch file.  For some users who have stringent memory
  153. requirements this may be the only way that the software can
  154. be run.
  155.  
  156.       QIC-BAT FOR CMS        USER'S GUIDE          PAGE 5 OF 36
  157.      ===========================================================
  158.  
  159.  
  160. Additional capabilities available from batch files
  161. include:
  162.  
  163. * Multi-Drive backups
  164. * Tag Files
  165. * File exclusion
  166. * Better date filtering
  167.  
  168. Backing up your hard drive to a tape drive is a very
  169. repetitive process. Once you have decided on a backup
  170. strategy then performing the backup should be made as easy
  171. as possible.  If you want to do the same type of backup
  172. today that you did yesterday then you shouldn't have to
  173. redefine it each time you want to repeat it.  Batch files
  174. give you that capability.  Once defined you can run them
  175. over and over again by simply executing the batch file.  You
  176. can have numerous batch files, each one performing a different
  177. type of backup.
  178.  
  179.  
  180. USE OF THE MOUSE AND KEYBOARD
  181.  
  182. QIC-BAT provides full mouse support.  However, the program
  183. can be run very easily without a mouse.  There are two
  184. methods for making selections from the keyboard.  You can
  185. select an object on the screen by using the [TAB] key to set
  186. the focus to an object and then striking the [ENTER] key.
  187.  
  188. The other method is to simply strike the access key for the
  189. desired object while holding down the [ALT] key.  Each
  190. screen object has an access key highlighted in bright white.
  191. [Alt M] on the opening screen for example is the same as
  192. clicking with the mouse on the MAKE NEW BATCH FILE button.
  193.  
  194.  
  195. USE OF HELP BUTTONS
  196.  
  197. There are over 30 help buttons distributed throughout
  198. QIC-BAT.  To obtain help for a given function of the program
  199. simply click on the HELP button located closest to that
  200. function.  To select a help button from the keyboard hold
  201. down the [Alt] key followed by it's highlighted access key.
  202. The access keys for all help buttons are a number from
  203. 1 to 9.
  204.  
  205. Help buttons have a gray background and have the format
  206. <Help n> where n is the access key for that button.
  207.       QIC-BAT FOR CMS        USER'S GUIDE          PAGE 6 OF 36
  208.      ===========================================================
  209.  
  210.  
  211. Clicking on a help button brings up a white on gray
  212. window providing information about the desired subject.  Help screens
  213. initially appear as half sized windows.  The window may appear on
  214. the left or right  side of the screen depending on the location of
  215. the help button that was clicked.  This allows you to read the help
  216. screen and still see the window below it.  The help screens, like many
  217. other screens in QIC-BAT, may be repositioned on the screen by clicking
  218. and dragging on the title bar of the screen.
  219.  
  220. Also, while the help screen is showing, the active help button is temporarily
  221. colored yellow.
  222.  
  223. Once a help screen appears you have several choices.  You can view the
  224. screen full size by clicking on the FULL SCREEN button.  You can also
  225. print the contents of the screen by clicking on the PRINT button.
  226. You exit the help screen by clicking on the OK button.  Vertical
  227. Scroll bars are also provided.   Keyboard editing keys such as
  228. [Home], [End], [PgUp] and [PgDn] are also active in the
  229. viewing area of the help screen.
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.       QIC-BAT FOR CMS        USER'S GUIDE          PAGE 7 OF 36
  238.      ===========================================================
  239.  
  240.  
  241.                            TUTORIAL
  242.  
  243. WRITING YOUR FIRST BATCH FILE
  244.  
  245. Scenario: Full backup of all logical drives on your system.
  246.  
  247. 1. Start the program by typing QICBAT at the DOS prompt.
  248.  
  249. 2. At the opening screen select MAKE NEW BATCH FILE.
  250.  
  251. 3. From the Select File Name screen enter the file name
  252.    BAKFULL and click on the OK button.  If this file name
  253.    already exists, the program will warn you and ask if you
  254.    wish to overwrite it or not.
  255.  
  256. 4. The Drive Selection screen appears, displaying all logical
  257.    drives from C to Z.  All valid drives on your system will
  258.    be highlighted.  If drive C is your only drive it will
  259.    already be selected.  If you have more than one drive,
  260.    select them all by clicking on the SELECT/CLEAR ALL
  261.    button. Proceed to the next screen by clicking on the OK
  262.    button.
  263.  
  264. 5. At the Main Options screen the drives you selected on the
  265.    previous screen will be displayed in the upper left-hand
  266.    corner with the first drive highlighted.  The options
  267.    displayed on the remainder of this screen all apply to
  268.    the drive that is currently selected.  To select another
  269.    drive simply click on the desired drive in the list.
  270.    Note that all options for all drives have been set to a
  271.    default value. These values are the normal settings for
  272.    performing a full backup.
  273.  
  274.    Since a full backup is our goal for this example none
  275.    of the options need to be changed.  Proceed to the
  276.    final screen by clicking on the OK button.
  277.  
  278. 6. Your batch file has now been automatically created and is
  279.    displayed in the window at the top of the screen.  This
  280.    window is "display only."  No editing is allowed.
  281.    However, you can scroll up and down or from side to side
  282.    if necessary to view the entire batch file.
  283.  
  284. 7. Click on the SAVE FILE AND EXIT button.  Your batch file
  285.    BAKFULL.BAT has now been saved and is ready to be run.
  286.    It can be run now or anytime you desire by typing BAKFULL
  287.    and [ENTER] at the DOS prompt.
  288.  
  289. Congratulations! By entering one file name and clicking the
  290. mouse six times, you have just created a batch file that will
  291. perform a full backup on all the drives on your system.
  292. And, it can be used over and over again without ever opening
  293. the menu software that came with your tape drive.
  294.       QIC-BAT FOR CMS        USER'S GUIDE          PAGE 8 OF 36
  295.      ===========================================================
  296.  
  297.  
  298.  
  299. BATCH FILE EXAMPLE USING THE EDIT PATH/FILE FEATURE
  300.  
  301. Scenario: Backup of just the WINDOWS subdirectory.
  302.  
  303. 1.  Start the program by typing QICBAT at the DOS prompt.
  304.  
  305. 2.  At the opening screen select MAKE NEW BATCH FILE.
  306.  
  307. 3.  From the Select File Name screen enter the file name
  308.     BAKWIN and click on the OK button.  If this file name
  309.     already exists, the program will warn you and ask if you
  310.     wish to overwrite it or not.
  311.  
  312. 4.  The Drive Selection screen appears displaying all
  313.     logical drives from C to Z.  Select the C Drive by
  314.     clicking on the check box next to "C:".  Click on the OK
  315.     button.
  316.  
  317.     Note: For this example we are going to assume that
  318.     your Windows subdirectory is on the C Drive and that
  319.     you have a Windows subdirectory.  However, this brings
  320.     up an important advantage in using QIC-BAT rather than
  321.     the backup software supplied with your tape drive.
  322.  
  323.     You can write batches files for drives and paths that
  324.     don't exist on your computer.  This can't be done with
  325.     your regular backup software since you can only select
  326.     drives, paths and files that exist on the computer that
  327.     is running the software.
  328.  
  329.     This is a particular advantage for MIS and consulting
  330.     personnel who want to write backup routines for users
  331.     in other departments or customers.
  332.  
  333. 5.  At the Main Options screen the C drive you selected on
  334.     the previous screen will be displayed in the upper
  335.     left-hand corner. It will be highlighted since it was the
  336.     only drive selected.  We will accept all of the default
  337.     values for the various options except for the starting
  338.     path.
  339.  
  340.     To change the starting path from the root directory to
  341.     the WINDOWS subdirectory click on the EDIT PATH/FILE
  342.     TYPE button. A window will appear that shows the default
  343.     path "\" and the default file type "*.*".
  344.       QIC-BAT FOR CMS        USER'S GUIDE          PAGE 9 OF 36
  345.      ===========================================================
  346.  
  347.  
  348.     Assuming you have a WINDOWS subdirectory on your C drive,
  349.     you can use the Browsing feature to the select the
  350.     new path. Click on the BROWSE button.  The window will
  351.     expand and display a list box showing your C:\ root
  352.     directory and the current directory (probably TAPE).
  353.     Double click on the "C:\".  This will set the current
  354.     directory back to the root directory and display all of
  355.     the subdirectories attached to the root.  To select the
  356.     WINDOWS subdirectory scroll down through the list or
  357.     type the letter "W" on the keyboard repeatedly until the
  358.     WINDOWS subdirectory is highlighted.  Note that
  359.     C:\WINDOWS\ now appears in the text box at the top of
  360.     the dialog box. To accept this simply click on the OK
  361.     button.
  362.  
  363.     If you don't have a WINDOWS subdirectory on your
  364.     computer then ignore the browsing feature and click on
  365.     the EDIT/PATH button. Another window appears which
  366.     allows you to edit the default path "\".  Type WINDOWS\
  367.     and then click on the OK button. If you forget to
  368.     provide a slash "\" before and after the word WINDOWS
  369.     don't worry the program won't let you forget it.
  370.  
  371.     Now click on the OK button just below the BROWSE button.
  372.     You will be returned to the Main Options Screen where
  373.     your new starting path selection will now be shown.
  374.  
  375.     Proceed to the final screen by clicking on the OK button.
  376.  
  377. 6.  Your batch file has now been automatically created and
  378.     is displayed in the window at the top of the screen.
  379.  
  380.  
  381. 7.  Click on the SAVE FILE AND EXIT button.  Your batch file
  382.     BAKWIN.BAT has now been saved and is ready to be run.
  383.     It can be run now or anytime you desire by typing BAKWIN
  384.     and [ENTER] at the DOS prompt.
  385.  
  386.  
  387. BATCH FILE EXAMPLE USING THE GROUP FEATURE AND DATE FILTER
  388.  
  389. Scenario: Backup 10 drives.  Do a full backup on the C drive.
  390. On the remaining nine drives only backup the files that
  391. were created on today's date.
  392.  
  393. 1.  Start the program by typing QICBAT at the DOS prompt.
  394.  
  395. 2.  At the opening screen select MAKE NEW BATCH FILE.
  396.       QIC-BAT FOR CMS        USER'S GUIDE         PAGE 10 OF 36
  397.      ===========================================================
  398.  
  399.  
  400. 3.  From the Select File Name screen enter the file name
  401.     BAKTEN and click on the OK button.  If this file name
  402.     already exists, the program will warn you and ask if you
  403.     wish to overwrite it or not.
  404.  
  405. 4.  The Drive Selection screen appears, displaying all
  406.     logical drives from C to Z.  Click on the SHOW ALL?
  407.     button.  This will allow you to select any drive from A
  408.     to Z rather than just the drives valid to your computer.
  409.     Select the C Drive and nine other drives by clicking on
  410.     the appropriate check boxes.  Then click on the OK
  411.     button.
  412.  
  413.  
  414. 5.  At the Main Options screen the ten drives you selected
  415.     on the previous screen will be displayed in the upper
  416.     left-hand corner.  We are going collect all of the
  417.     drives except C into a group.  This allows us to define
  418.     the parameters for nine drives all at once without
  419.     having to set them individually. The C drive will then
  420.     be treated separately.
  421.  
  422. 6.  Click on the SET GROUP OF DRIVES button.  The Set Group
  423.     screen will appear, displaying the ten selected drives on
  424.     the left side of the screen.  To define a group you must
  425.     transfer the desired drives from the left side of the
  426.     screen to the right side of the screen.
  427.  
  428.     The easiest way to do this in this example would be to
  429.     transfer all drives to the right first and then transfer
  430.     the C drive back to the left by itself.
  431.  
  432. 7.  First click on the MOVE ALL DRIVES INTO GROUP ==>
  433.     button. All ten drives now appear on the right side of
  434.     the screen.
  435.  
  436. 8.  As soon as any drives appear on the right side of the
  437.     screen two more buttons appear which allow you to
  438.     transfer any or all drives back to the left.
  439.  
  440.     Highlight the C Drive which is now on the right side of
  441.     the screen by clicking on it.  Then click on the <==
  442.     MOVE SELECTED DRIVE OUT OF GROUP button.  The C drive
  443.     will be transferred back to the list box on the left
  444.     side of the screen.
  445.       QIC-BAT FOR CMS        USER'S GUIDE         PAGE 11 OF 36
  446.      ===========================================================
  447.  
  448.  
  449. 9.  Click on the OK button.  You will be returned to the
  450.     Main Options Screen.  Note that there are now only two
  451.     items in the drive list box in the upper left hand
  452.     corner of the screen.  The C drive is still there but a
  453.     new [GROUP] designation is also displayed.  Also note
  454.     that both items in the list are marked as (Defaults).
  455.     This provides a quick method for determining if any
  456.     options have changed from their default values.
  457.  
  458. 10. To set a date filter for the [GROUP], first highlight it
  459.     by clicking on the [GROUP] item in the drive list box.
  460.     Then click on the SET MISC OPTIONS button. The MISC
  461.     OPTIONS menu will be displayed in the middle of the
  462.     screen.
  463.  
  464. 11. Click on the ADD DATE FILTER button.  An entry screen
  465.     will appear providing a text box to enter a date.  Since
  466.     we want to use today's date as the date filter simply
  467.     click on the small button label <Today>.  Today's date
  468.     will appear in the text box automatically.  Exit this
  469.     screen by clicking on the OK button.  And then return to
  470.     the Main Options Screen by clicking on the OK button on
  471.     the Misc Options Screen.
  472.  
  473. 12. Note that the [Group] designation in the drive list box
  474.     now reads (Changed).  We have now finished defining our
  475.     selections so proceed to the final screen
  476.     by clicking on the OK button.
  477.  
  478. 13. Your batch file has now been automatically created and
  479.     is displayed in the window at the top of the screen.
  480.     Note that all ten drives have been included in the batch
  481.     file and that the nine included in the group all have
  482.     the same options including today's date as a date filter.
  483.     Use the scroll bar to see the date.
  484.  
  485. 14. Click on the SAVE FILE AND EXIT button.  Your batch file
  486.     BAKTEN.BAT has now been saved and is ready to be run.
  487.     It can be run now or anytime you desire by typing BAKTEN
  488.     and [ENTER] at the DOS prompt.
  489.  
  490.  
  491. BATCH FILE EXAMPLE USING THE TAG FILE GENERATOR
  492.  
  493. Scenario: Backup the C and D drive.  Do a full backup on the D drive.
  494. On the C drive backup only the WINDOWS and the EXCEL subdirectories
  495. and the subdirectories below them.  However, do not backup any
  496. EXE or COM files on those directories.
  497.  
  498. 1.  Start the program by typing QICBAT at the DOS prompt.
  499.       QIC-BAT FOR CMS        USER'S GUIDE         PAGE 12 OF 36
  500.      ===========================================================
  501.  
  502.  
  503. 2.  At the opening screen select MAKE NEW BATCH FILE.
  504.  
  505. 3.  From the Select File Name screen enter the file name
  506.     BAKCND and click on the OK button.  If this file name
  507.     already exists, the program will warn you and ask if you
  508.     wish to overwrite it or not.
  509.  
  510. 4.  The Drive Selection screen appears, displaying all
  511.     logical drives from C to Z.  Select both the C Drive
  512.     and the D Drive by clicking on the appropriate check
  513.     boxes.  If your system does not have a D Drive then
  514.     you will have to click on the SHOW ALL? button to
  515.     highlight all drives before selecting D. Then click on
  516.     the OK button.
  517.  
  518.  
  519. 5.  At the Main Options screen the C and D drives you
  520.     selected on the previous screen will be displayed in the
  521.     upper left-hand corner.  Since the D drive is to be a
  522.     Full backup there will be no changes to it.  With the C
  523.     drive highlighted in the drive list box click on the SET
  524.     MISC OPTIONS button.
  525.  
  526. 6.  The Misc Options screen will appear in the center of the
  527.     screen.  Click on the SPECIFY TAG FILE button. Then
  528.     click on the CREATE/MODIFY TAG FILE button.  The Tag
  529.     File Generator Screen will appear.
  530.  
  531. 7.  To select the WINDOWS subdirectory first click anywhere
  532.     on the Directories List Box in the upper left-hand
  533.     corner of the screen.  Then find the WINDOWS
  534.     subdirectory in the list by either using the scroll bar
  535.     or by striking the "W" key repeatedly until the WINDOWS
  536.     subdirectory is highlighted.  Note that C:\WINDOWS\ now
  537.     appears in the path text box.  As with all selections in
  538.     QIC-BAT you also could have typed in the path directly
  539.     without using the browsing feature.
  540.  
  541. 8.  Now click on the INCLUDE PATH/FILE button.  The Tag
  542.     Parameters screen appears providing you with a means of
  543.     appending several parameters to your current path
  544.     selection.  Since we want to backup the WINDOWS
  545.     subdirectory and all of the subdirectories attached to
  546.     that path then also click on the INCLUDE SUBDIRS?
  547.     button.  The "NO" indication to the right of the button
  548.     changes to "YES" and a "/S" is appended to the path
  549.     listing shown in the text box on this screen. Click on
  550.     the ADD TO TAG FILE button.  You are returned to the Tag
  551.     File Generator Screen where the path and its parameters
  552.     have been added to the Tag List Box.
  553.       QIC-BAT FOR CMS        USER'S GUIDE         PAGE 13 OF 36
  554.      ===========================================================
  555.  
  556.  
  557.     A tag file can contain an unlimited number of lines.
  558.     Each line will be added in a similar fashion.
  559.  
  560. 9.  Now repeat the process to add the EXCEL
  561.     subdirectory as the 2nd line of the tag list:
  562.  
  563.     Select the EXCEL subdirectory from the Directories List
  564.     Box and click on the INCLUDE PATH/FILE button.
  565.  
  566.     From the Tag Parameters Screen click on the INCLUDE
  567.     SUBDIRS? button.  Leave the screen by clicking on the
  568.     ADD TO TAG FILE button.
  569.  
  570. 10. Next we want to add two more lines to the tag list that
  571.     will exclude all *.EXE file and all *.COM files from
  572.     being backed up.  First click anywhere on the
  573.     Directories List Box and select the root directory "C:\"
  574.     by either scrolling to the top of the list or by simply
  575.     striking the [Home] key on the keyboard.  Next change
  576.     the *.* file type in the 2nd text box to *.EXE by
  577.     placing the mouse cursor in the text box and editing the
  578.     default entry.
  579.  
  580. 11. This time click on the EXCLUDE PATH/FILE button since we
  581.     wish to exclude these files rather than include them.
  582.     The Tag Parameters will appear again.  Now click on the
  583.     ADD TO TAG FILE button.  A warning message will appear
  584.     telling you that this is not a valid entry for the tag
  585.     file list.
  586.  
  587.     The primary rule for creating tag files is that you cannot
  588.     exclude something that has not already been included
  589.     by some other line in the tag file list.  At this point
  590.     the only files that we have included are the files in the
  591.     WINDOWS and the EXCEL subdirectories. No files in the root
  592.     directory have been included.  The warning message suggests
  593.     that if you were to add the /S parameter to this entry it
  594.     would then be valid since the WINDOWS and EXCEL subdirectories
  595.     are, of course, attached to the root directory.
  596.  
  597.     To remedy the situation simply click on the OK button of
  598.     the warning message and then click on the INCLUDE
  599.     SUBDIRs? button. The required /S parameter is now added
  600.     and you can exit the screen by clicking on the ADD TO
  601.     TAG FILE button once again.
  602.       QIC-BAT FOR CMS        USER'S GUIDE         PAGE 14 OF 36
  603.      ===========================================================
  604.  
  605.  
  606. 12. Now repeat the process to exclude all *.COM
  607.     files from your backup.
  608.  
  609.     When you return to Tag File Generator Screen the path
  610.     text box still contains C:\ so leave it there and simply
  611.     edit the *.EXE in the file type text box and change it
  612.     to *.COM.
  613.  
  614.     Then click again on the EXCLUDE PATH/FILE button.
  615.  
  616.     In the Tag Parameters screen click on the INCLUDE
  617.     SUBDIRS? button followed by the ADD TO TAG FILE button.
  618.  
  619.     We now have four lines in our tag file list which
  620.     completely define the backup scenario that we wanted to
  621.     accomplish.  Study these four lines briefly to insure
  622.     that you understand how this was accomplished.  You
  623.     should be able to create your own custom tag files using
  624.     these same principles with a little practice.
  625.  
  626. 13. Exit the Tag File Generator by clicking on the OK button
  627.     in the lower right-hand corner of the screen.  This will
  628.     return you to the Misc Options Screen.  Clicking on the
  629.     OK button on this screen will return you to the Main
  630.     Options Screen after an informational screen indicates
  631.     that some of the options on the Main Options Screen will
  632.     not be available since you are using a tag file for this
  633.     drive.  Click the OK button to continue.
  634.  
  635. 14. Once you have returned to the Main Options Screen note
  636.     that the designation next to the C drive in the Drive
  637.     List Box has changed from (Defaults) to (Tagfile).
  638.  
  639. 15. We have now finished defining our selections so proceed
  640.     to the final screen by clicking on the OK button.
  641.  
  642. 16. Your batch file has now been automatically created and
  643.     is displayed in the window at the top of the screen.
  644.  
  645. 17. Click on the SAVE FILE AND EXIT button.  Your batch file
  646.     BAKCND.BAT has now been saved and is ready to be run.
  647.     It can be run now or anytime you desire by typing BAKCND
  648.     and [ENTER] at the DOS prompt.
  649.       QIC-BAT FOR CMS        USER'S GUIDE         PAGE 15 OF 36
  650.      ===========================================================
  651.  
  652.  
  653.                   SCREEN MENUS AND CONTROLS
  654.  
  655. QIC-BAT contains numerous screens or menus.  There are four
  656. main screens.  Each of the main screens then have several
  657. support screens that will appear depending on the selections
  658. made by the operator.  The four main screens are
  659. as follows:
  660.  
  661. 1. THE OPENING SCREEN
  662. 2. THE DRIVE SELECTION SCREEN
  663. 3. THE MAIN OPTION SCREEN
  664. 4. THE DISPLAY BATCH FILE SCREEN
  665.  
  666. Each of the main QIC-BAT screens and their associated
  667. controls are described below.  All other screens are
  668. described after the four main screens and contain a
  669. description of where they are called from and from which
  670. button.
  671.  
  672.  
  673. SCREEN DESCRIPTION: OPENING SCREEN     (A main Screen)
  674.  
  675.  
  676. The opening screen is the first screen that appears after
  677. starting the program.  Choices made at this screen direct
  678. the flow of the program and bring up different screens
  679. depending on the choices made.
  680.  
  681. USER LEVELS
  682.  
  683. The user level determines the number of options available to
  684. the user.
  685.  
  686.  
  687. BUTTON NAME: BEGINNING USER
  688.  
  689. This choice allows you to easily backup your hard drive
  690. without being concerned about some of the more technical
  691. aspects of the backup process.  Any options not available
  692. will be shown in half intensity.  This allows you to see
  693. what options are missing and helps you decide if you need to
  694. be in the advanced user level.
  695.  
  696. BUTTON NAME: ADVANCED USER
  697.  
  698. This choice allows you access to all of the options
  699. available in QIC-BAT.
  700.       QIC-BAT FOR CMS        USER'S GUIDE         PAGE 16 OF 36
  701.      ===========================================================
  702.  
  703.  
  704. BUTTON NAME: MAKE NEW BATCH FILE
  705.  
  706. Choose this button if you wish to create a new backup batch
  707. file. Several screens follow this choice, including:
  708.  
  709. * File name selection
  710. * Drive selection
  711. * Selection of backup options
  712. * Display of completed batch file
  713.  
  714.  
  715. BUTTON NAME: MODIFY A BATCH FILE
  716.  
  717. This button prompts you for the name of an existing batch
  718. file.  If the selected file was created in QIC-BAT it will
  719. be loaded.
  720.  
  721. All drives and options in QIC-BAT will be preset to match
  722. the contents of the file.  After changes are made, it is then
  723. re-saved to the same file name.
  724.  
  725. Great for making small changes without having to start all
  726. over.
  727.  
  728.  
  729. BUTTON NAME: VERIFY A BATCH FILE
  730.  
  731. This button produces a verification report.  The report
  732. lists each line in your batch file and provides an English
  733. description for each command.
  734.  
  735. The report is initially printed to the screen with options
  736. to send the report to a printer or to a file.
  737.  
  738. The verification report produced with this button verifies a
  739. previously saved batch file.  A similar button is available
  740. at the end the program which allows you to verify a newly
  741. created batch file just prior to saving it.
  742.  
  743.  
  744. BUTTON NAME: QUIT
  745.  
  746. Selecting this button terminates the program and returns you
  747. to DOS.
  748.  
  749.       QIC-BAT FOR CMS        USER'S GUIDE         PAGE 17 OF 36
  750.      ===========================================================
  751.  
  752.  
  753. SCREEN DESCRIPTION: DRIVE SELECTION     (A main Screen)
  754.  
  755. This screen is used to select the drives to be included in
  756. your backup. Only valid drives for your computer are
  757. initially highlighted. The remaining drives are shown in
  758. half intensity.  If your computer has only one logical drive
  759. (drive C) then it will be preselected for you.
  760.  
  761.  
  762. BUTTON NAME: SELECT/CLEAR ALL
  763.  
  764. This is a toggle button.  Select it once and all drives that
  765. are highlighted will be marked for backup.  Select it again
  766. and all highlighted drives will be cleared.
  767.  
  768.  
  769. BUTTON NAME: SHOW ALL?   toggles to SHOW JUST YOURS?
  770.  
  771. Highlights all drives (C through Z). Selecting this button a
  772. second time highlights only those drives valid to your
  773. computer.  The ability to select drives that are not valid
  774. to your computer allows you to create a batch file for
  775. another computer that may have different drive letters.
  776.  
  777.  
  778. BUTTON NAME: PREVIOUS
  779.  
  780. Returns you to the first program screen to Modify a batch
  781. file, Verify a batch file, Create a new batch file or select
  782. a different user level.
  783.  
  784.  
  785. BUTTON NAME: OK
  786.  
  787. Saves your selections and takes you to the main option
  788. selection screen.
  789.  
  790.  
  791. SCREEN DESCRIPTION: MAIN OPTIONS SELECTION  (A Main Screen)
  792.  
  793.  
  794. CONTROL NAME: DRIVE LIST BOX
  795.  
  796. The drives you selected for backup on the previous screen
  797. now appear in the drive list box.  The options shown on this
  798. screen apply to the drive that is currently highlighted in
  799. this list.
  800.       QIC-BAT FOR CMS        USER'S GUIDE         PAGE 18 OF 36
  801.      ===========================================================
  802.  
  803.  
  804. When first entering this screen, each drive in the list is
  805. flagged as (Defaults).  This indicates that all backup
  806. options for this drive have been set to their default value.
  807. As soon as you change any option on the screen the drive
  808. flag becomes (Changed).  The drive will once again be
  809. flagged as (Defaults) if all changes are returned to their
  810. original setting.  A third flag (Tagfile) appears whenever a
  811. tag file has been specified for that drive.
  812.  
  813. If several drives have been gathered together using the
  814. "Group" feature then the single designation [Group] replaces
  815. all of the drive designations that are included in the
  816. group.
  817.  
  818.  
  819. BUTTON NAME: SET GROUP OF DRIVES
  820.  
  821. This button brings up another screen that allows you to
  822. designate a "group" of drives.  Once the "group" has been
  823. defined it is then treated as just another drive.  However,
  824. every drive included in the group will then have the same
  825. options.  This is especially handy for creating batch files
  826. for network drives.
  827.  
  828.  
  829. SELECTING A STARTING PATH AND A FILE TYPE
  830.  
  831. This section of the screen determines which files on your
  832. hard drive you wish to make available for inclusion in the
  833. backup.  Some of these files may later be filtered out by
  834. other backup options such as "modified only" or by a date
  835. filter.  However, only this group of files will be
  836. considered by those options.
  837.  
  838.  
  839. BUTTON NAME: CHANGE PATH/FILE TYPE
  840.  
  841. This button brings up another screen that allows you to
  842. change the starting path and the file type.  The default for
  843. the starting path is "\".  This starts the path at the root
  844. directory for a full backup.
  845.  
  846.  
  847. CHECK BOX NAME: INCLUDE SUBDIRECTORIES?
  848.  
  849. Checking this option will direct the backup to include all
  850. subdirectories that are below the directory specified in the
  851. starting path.  This option must be selected in order to
  852. perform a full backup.
  853.  
  854.       QIC-BAT FOR CMS        USER'S GUIDE         PAGE 19 OF 36
  855.      ===========================================================
  856.  
  857.  
  858. AUTO-GENERATED VOLUME TITLE
  859.  
  860. Each backup session that is written to the tape creates what
  861. is called a tape volume.  You can have many volumes on one
  862. tape.  For a multi-drive backup each drive is written to a
  863. different volume.  These volumes are identified on the tape
  864. by a comment line or volume title.  This title is the only
  865. way to identify one volume from another.
  866.  
  867. QIC-BAT generates the volume titles for you.  It gathers the
  868. important information about your backup and creates a volume
  869. title made up of this information.  Later when viewing the
  870. volumes on tape you will know what batch file created the
  871. backup, if it was a full or partial backup, if it was a
  872. "modified only" backup and so on.
  873.  
  874.  
  875. BUTTON NAME: EDIT COMMENT
  876.  
  877. Allows you to override the automatic volume title and enter
  878. one of your own.
  879.  
  880. Contents of Auto-generated Volume Title:
  881.  
  882. 1. Name of batch file            2. Modified Only (Mod) or
  883.                                     All Files (All)
  884.  
  885. 3. Full Backup (Full)* or        4. Drive backed up (C_Drv)
  886.    Partial Backup (Partial)
  887.  
  888. 5. Includes Subdirectories (+)   6. Reset Archive Bit (Arc)
  889.  
  890.  
  891. NOTE: Full backup is defined as a path starting at the root
  892. directory, including all files (*.*) and including
  893. subdirectories.
  894.  
  895. APPEND OR OVERWRITE TAPE
  896.  
  897. This pair of option buttons determines whether or not the
  898. tape is erased just prior to your backup.  Only one choice
  899. can be made with option buttons.  As soon as one button is
  900. selected, the other button(s) are de-selected.
  901.  
  902. OPTION BUTTON NAME: APPEND TO THE TAPE?
  903.  
  904. Adds your backup to backup volumes already on the tape.
  905.       QIC-BAT FOR CMS        USER'S GUIDE         PAGE 20 OF 36
  906.      ===========================================================
  907.  
  908.  
  909.  
  910. OPTION BUTTON NAME: OVERWRITE THE TAPE?
  911.  
  912. Causes the tape to be erased before your backup is added to
  913. the tape.
  914.  
  915. Note: Overwriting the tape is only valid for the first drive
  916. in a multi-drive backup.  Otherwise, each drive backed up
  917. would erase the backup of previous drives of the same
  918. multi-drive backup.
  919.  
  920. QIC-BAT displays a warning message and prevents this option
  921. from being set for any drive other than the first drive.
  922.  
  923.  
  924. MODIFIED ONLY OR ALL FILES
  925.  
  926. This pair of option buttons determines whether all files in
  927. your selected path are backed up or just the ones that have
  928. changed since a previous backup (see note 1).  Only one
  929. choice can be made with option buttons.  As soon as one
  930. button is selected, the other button(s) are de-selected.
  931.  
  932.  
  933. OPTION BUTTON NAME: MODIFIED ONLY FILES?
  934.  
  935. This option includes only those files in your selected path
  936. that have changed or have been created since the archive bit
  937. was reset by a previous backup (see note 1).  Selecting this
  938. option also inserts (Mod) in the comment line.
  939.  
  940.  
  941. OPTION BUTTON NAME: ALL-FILES?
  942.  
  943. This option will backup all files in your selected path
  944. without regard to when they were backed up previously.
  945. Selecting this option also inserts the letters (All) in the
  946. comment line.
  947.  
  948. Note 1: "Previous backup" is used rather than "last backup"
  949. since your "last backup" may not have reset the archive bit.
  950.  
  951.  
  952. ARCHIVE BIT/COMPRESSION/AUTO COMPARE
  953.  
  954. This group of options doesn't control what files are backed
  955. up but rather what actions the backup program takes during
  956. the backup.  For most backups these options can be left at
  957. the default value.
  958.       QIC-BAT FOR CMS        USER'S GUIDE         PAGE 21 OF 36
  959.      ===========================================================
  960.  
  961.  
  962.  
  963. CHECK BOX NAME: RESET ARCHIVE BIT?
  964.  
  965. Each time a file is changed or a new file is added to your
  966. hard disk the archive bit (or archive flag) is set by DOS.
  967. This bit (or flag) indicates that this file has not been
  968. backed up.  Therefore, when the file is backed up this flag
  969. is normally reset to indicate that a backup copy of the file
  970. has been made.  Resetting the archive bit will have no
  971. effect on the current backup. However, it will effect what
  972. files are backed up on your next "modified only" backup.
  973.  
  974.  
  975. CHECK BOX NAME: COMPRESS FILES?
  976.  
  977. This option determines if files will be compressed before
  978. being written to the tape.  Compression is transparent to
  979. the user and makes much more efficient use of your tapes.
  980.  
  981.  
  982. OPTION BOX NAME: SAVE SPACE?
  983.  
  984. Only available when "compress files?" is checked.  It gives
  985. you the greatest compression ratio but takes longer than
  986. "save time".
  987.  
  988.  
  989. OPTION BOX NAME: SAVE TIME?
  990.  
  991. Only available if "compress files?" is checked. It provides
  992. a lesser compression ratio but saves time during the backup.
  993.  
  994.  
  995. CHECK BOX NAME: AUTO COMPARE?
  996.  
  997. This option instructs the backup software to perform an
  998. automatic comparison immediately following the backup.
  999. Files just written to tape are compared to those same files
  1000. on the hard disk. This provides the best confidence level
  1001. but doubles your backup time.
  1002.  
  1003.  
  1004. BUTTON NAME: SET MISC OPTIONS
  1005.  
  1006. Clicking on this button displays another screen of options.
  1007. This group of options although less often used provide
  1008. access to some of the more powerful features of the command
  1009. line language.
  1010.       QIC-BAT FOR CMS        USER'S GUIDE         PAGE 22 OF 36
  1011.      ===========================================================
  1012.  
  1013.  
  1014.  
  1015. BUTTON NAME: PREVIOUS MENU
  1016.  
  1017. Clicking on this button allows you to return to the Drive
  1018. Selection screen.  A warning is given first indicating that
  1019. some of the options you have already selected may be lost by
  1020. returning to the previous screen.
  1021.  
  1022.  
  1023. BUTTON NAME: OK
  1024.  
  1025. Clicking on this button stores all selections made on the
  1026. main options screen, creates the final batch file and
  1027. advances the program to the display batch file screen.
  1028.  
  1029.  
  1030. SCREEN NAME: DISPLAY BATCH FILE   (A Main Screen)
  1031.  
  1032.  
  1033. BUTTON NAME: VERIFY BATCH FILE
  1034.  
  1035. This button produces a verification report.  The report
  1036. lists each line in your batch file and provides an English
  1037. description for each command.
  1038.  
  1039. The report is initially printed to the screen with options
  1040. to send the report to a printer or to a file.
  1041.  
  1042. The verification report produced with this button verifies
  1043. the batch file that you just created and have yet to save.
  1044. A similar button is available on the opening screen of
  1045. QIC-BAT that allows you to produce a verification report for
  1046. a previously saved batch file.
  1047.  
  1048.  
  1049. BUTTON NAME: SAVE FILE AND EXIT
  1050.  
  1051. This button saves the batch file you have just created and
  1052. exits the program.  If you choose to use this batch file
  1053. with Scheduler then a second copy of the batch file will
  1054. also be saved using a file name compatible with Scheduler.
  1055.  
  1056.  
  1057. BUTTON NAME: PREVIOUS MENU
  1058.  
  1059. This button returns you to the main option selection screen.
  1060. No warning is provided since no selections can be lost by
  1061. returning to the previous screen from here.
  1062.       QIC-BAT FOR CMS        USER'S GUIDE         PAGE 23 OF 36
  1063.      ===========================================================
  1064.  
  1065.  
  1066.  
  1067. BUTTON NAME: EXIT WITHOUT SAVING
  1068.  
  1069. This button exits the program and returns you to the DOS
  1070. prompt without saving your work.  Use SAVE FILE AND EXIT if
  1071. you wish to save your batch file before exiting.
  1072.  
  1073.  
  1074. OTHER SCREENS
  1075.  
  1076. SCREEN DESCRIPTION: SELECT FILE NAME
  1077.        CALLED FROM: The Opening Screen
  1078.             BUTTON: Make New Batch File
  1079.  
  1080. This screen is provided to enter or select a filename for
  1081. the new batch file you are creating.
  1082.  
  1083. You can enter a valid DOS filename with or without the
  1084. '.BAT' extension. If no extension is given then '.BAT' is
  1085. automatically appended.  QIC-BAT provides a warning if the
  1086. file already exists and gives you a choice to Overwrite it
  1087. or not.
  1088.  
  1089. Double clicking (or pressing Return) in the File List Box
  1090. will both select the file and execute the OK button.  Also
  1091. pressing any key (A to Z) while in the File List Box while
  1092. cause the File List Box to advance to the first file
  1093. starting with the letter pressed.
  1094.  
  1095.  
  1096. BUTTON NAME: OK
  1097.  
  1098. Saves the filename selected and exits the screen.
  1099.  
  1100.  
  1101. BUTTON NAME: CANCEL
  1102.  
  1103. Closes the screen and returns to the opening screen.  No
  1104. filename is saved.
  1105.  
  1106.  
  1107. CHECK BOX NAME: USE BATCH FILE WITH SCHEDULER
  1108.  
  1109. Check this box if you intend to use this batch file with the
  1110. CMS Scheduler feature.
  1111.  
  1112. If you select to use this batch file with Scheduler then a
  1113. second copy of the batch file will be saved at the end of
  1114. the program using a file name compatible with Scheduler.
  1115.       QIC-BAT FOR CMS        USER'S GUIDE         PAGE 24 OF 36
  1116.      ===========================================================
  1117.  
  1118.  
  1119.  
  1120. SCREEN DESCRIPTION: MISC OPTIONS
  1121.        CALLED FROM: Main Options Selection Screen
  1122.             BUTTON: Set Misc Options
  1123.  
  1124. The top section of the MISC OPTIONS screen controls several
  1125. options available to your backup.  The default values should
  1126. suffice for most backup situations.
  1127.  
  1128.  
  1129. BUTTON NAME: TURN OFF TAPE LINKING QUESTION?
  1130.  
  1131. If your backup (uncompressed) is larger than the capacity of
  1132. one tape then the backup software will interrupt the backup
  1133. process and ask if you wish to use more than one tape (tape
  1134. linking) during your backup.
  1135.  
  1136. If you have selected "Compress Files" this question may be
  1137. irrelevant and in fact cause what you thought was going to
  1138. be an unattended backup to be interrupted by this question.
  1139. Unless you are available at the keyboard to answer this
  1140. question it will wait forever and your backup never
  1141. performed.
  1142.  
  1143.  
  1144. BUTTON NAME: SHOW FILE NAMES ON SCREEN?
  1145.  
  1146. This option simply controls whether or not the file names
  1147. that are being backed up are also shown on the screen.
  1148. Normally, showing the files on the screen is a good practice
  1149. in order to check on the progress of the backup.
  1150.  
  1151.  
  1152. BUTTON NAME: UDPDATE DEFAULTS?
  1153.  
  1154. Selecting this option causes the file TAPE.CFG to be updated
  1155. by the option selections in your batch file.  The update of
  1156. course would not occur until you run the batch file.
  1157. TAPE.CFG is a configuration file and a part of your backup
  1158. software not QIC-BAT.
  1159.  
  1160. QIC-BAT never depends on the contents of TAPE.CFG.  All
  1161. option switches are included in the batch files that QIC-BAT
  1162. creates whether they are turned on or off.  This precludes
  1163. the need to know the contents of TAPE.CFG.
  1164.  
  1165.       QIC-BAT FOR CMS        USER'S GUIDE         PAGE 25 OF 36
  1166.      ===========================================================
  1167.  
  1168.  
  1169. BUTTON NAME: DISABLE 486 CACHE?
  1170.  
  1171. When selected, this option disables the high speed system
  1172. cache memory found on 486 (or higher) processors during your
  1173. backup.  On some systems this cache memory is suspected of
  1174. causing problems during backups.
  1175.  
  1176. Caution: This option was added to the CMS backup software
  1177. starting at version 3.03.  If you include this option in
  1178. your batch file and then run the batch file with software
  1179. versions prior to version 3.03 the software will immediately
  1180. return you to the DOS prompt and the backup will not be
  1181. performed.
  1182.  
  1183.  
  1184. BUTTON NAME: SPECIFY TAG FILE
  1185.  
  1186. This button brings up another screen that allows you to
  1187. specify a file name for a tag file and alternatively create
  1188. your own tag file using QIC-BAT's tag file generator.
  1189.  
  1190. A "tag file" is an ASCII file containing a list of paths,
  1191. file specifications, and the names of specific files to
  1192. either include or exclude in your backup.
  1193.  
  1194.  
  1195. ERROR FILE NAMES
  1196.  
  1197. During the backup process any errors that occur will be
  1198. written to an error file if one is specified.  QIC-BAT
  1199. automatically specifies an error file name for each drive
  1200. involved in your backup.  The name of the file will be
  1201. BATNAME.?LG where BATNAME is the name of your batch file
  1202. and "?" is the drive letter.
  1203.  
  1204.  
  1205. BUTTON NAME: EDIT ERROR FILE NAME
  1206.  
  1207. This button brings up another screen that allows you to
  1208. enter your own error file name.  All file names entered
  1209. throughout QIC-BAT are checked for proper syntax.
  1210.  
  1211.  
  1212. BUTTON NAME: ADD A DATE FILTER
  1213.  
  1214. This button brings up another screen that allows you to
  1215. enter a date filter. Your backup will then include only
  1216. those files that were created on or after this date.
  1217.       QIC-BAT FOR CMS        USER'S GUIDE         PAGE 26 OF 36
  1218.      ===========================================================
  1219.  
  1220.  
  1221. QIC-BAT provides a very flexible date entry routine.  You
  1222. can enter dates in several different formats.  Each format
  1223. is then converted into the proper format required by the
  1224. backup software.  Only valid dates are accepted.  I.e.,
  1225. 2/29/93 would not be accepted.
  1226.  
  1227.  
  1228. BUTTON NAME: ADD A PASSWORD
  1229.  
  1230. This button brings up another screen that allows you to
  1231. enter a password. This password is stored on the tape along
  1232. with the files you backed up. The password will be required
  1233. later in order to restore any files from the tape volume
  1234. created by your batch file.
  1235.  
  1236.  
  1237. SCREEN DESCRIPTION: SELECT A GROUP OF DRIVES
  1238.        CALLED FROM: Main Options Selection Screen
  1239.             BUTTON: Set Group of Drives
  1240.  
  1241. The purpose of this screen is to designate a "group" of
  1242. drives from the list of drives you selected for your
  1243. multi-drive backup.  Once a group drive has been defined
  1244. then all drives contained in the group will have the same
  1245. parameters as the group.
  1246.  
  1247.  
  1248. To designate the group simply move any (or all) of the
  1249. drives listed in the "Individual Drives" list box on the
  1250. left of the screen to the "Drives in Group" list on the
  1251. right.  All drives remaining in the right hand box when
  1252. exiting the screen with "OK" will be included in the group.
  1253.  
  1254.  
  1255. BUTTON NAME: MOVE ALL DRIVES INTO GROUP ==>
  1256.  
  1257. Selecting this button will cause all drives listed in the
  1258. left hand box to be moved into the right hand box, "Drives
  1259. in Group".  This button is not visible when the left hand
  1260. box is empty.
  1261.  
  1262.  
  1263. BUTTON NAME: MOVE SELECTED DRIVE INTO GROUP ==>
  1264.  
  1265. Only the highlighted drive in the left-hand box, "Individual
  1266. Drives" will be moved to the right-hand box, "Drives in
  1267. Group", when this button is selected.  This button is not
  1268. visible when the left-hand box is empty.
  1269.       QIC-BAT FOR CMS        USER'S GUIDE         PAGE 27 OF 36
  1270.      ===========================================================
  1271.  
  1272.  
  1273. BUTTON NAME: <== MOVE ALL DRIVES OUT OF GROUP
  1274.  
  1275. Selecting this button will cause all drives listed in the
  1276. right hand box to be moved into the left hand box,
  1277. "Individual Drives".  This button is not visible when the
  1278. right hand box is empty.
  1279.  
  1280. BUTTON NAME: <== MOVE SELECTED DRIVE OUT OF GROUP
  1281.  
  1282. Only the highlighted drive in the right hand box, "Drives in
  1283. Group" will be moved to the left hand box, "Individual
  1284. Drives", when this button is selected.  This button is not
  1285. visible when the right hand box is empty.
  1286.  
  1287.  
  1288. BUTTON NAME: OK
  1289.  
  1290. Exits the screen and returns to the main options selection
  1291. screen. The designation [Group] will appear in the list of
  1292. the drives in the upper left hand corner of that screen if
  1293. the group is not empty.  All drives contained in the group
  1294. will no longer be shown in the list.
  1295.  
  1296.  
  1297. SCREEN DESCRIPTION: SELECT PATH/FILE TYPE
  1298.        CALLED FROM: Main Options Selections Screen
  1299.             BUTTON: Change Path/File Type
  1300.  
  1301. This screen is used to enter or select a starting path for
  1302. your backup for the currently selected drive.  You can also
  1303. enter a file type (file specification) using this screen.
  1304. The default starting path is the root directory ("\") and
  1305. the default file type is all files (*.*).  For a full backup
  1306. simply use these defaults.
  1307.  
  1308. To start your backup from a path lower than the root
  1309. directory either enter the new starting path by clicking on
  1310. EDIT PATH or click on the BROWSE button and select your new
  1311. starting path from the directory list. Enter a new file type
  1312. if desired by first clicking on the EDIT FILE TYPE button
  1313. and then keying in the new specification.  (*.EXE) for
  1314. example would cause only EXE files to be included in your
  1315. backup.
  1316.  
  1317. Note: only one starting path and one file type can be
  1318. specified in the main batch file.  If you wish to specify
  1319. multiple paths and multiple file types then use QIC-BAT's
  1320. unique TAG FILE GENERATOR.
  1321.       QIC-BAT FOR CMS        USER'S GUIDE         PAGE 28 OF 36
  1322.      ===========================================================
  1323.  
  1324.  
  1325.  
  1326. SCREEN DESCRIPTION: EDIT COMMENT SCREEN
  1327.        CALLED FROM: Main Options Selections Screen
  1328.             BUTTON: Edit Comment
  1329.  
  1330. This screen allows you to modify the automatic volume title
  1331. or enter one of your own.  If the comment has been modified
  1332. and you wish to restore the automatic volume title then
  1333. click on the DEFAULT button.  The OK button saves the
  1334. comment in the comment text box, exits the screen and places
  1335. the saved comment on the MAIN OPTIONS screen.  The CANCEL
  1336. button exits the screen without saving any changes.
  1337.  
  1338.  
  1339. SCREEN DESCRIPTION: ENTER TAG FILE NAME
  1340.        CALLED FROM: Misc Options Screen
  1341.             BUTTON: Specify Tag File
  1342.  
  1343. This screen provides a place to enter the name of a tag file
  1344. or to load QIC-BAT's Tag File Generator and create your own
  1345. tag file.
  1346.  
  1347.  
  1348. BUTTON NAME: OK
  1349.  
  1350. Causes the tag file name in the Tag File box to be checked
  1351. for validity. If the filename is valid you are returned to
  1352. the miscellaneous options screen where the name of the tag
  1353. file is displayed.
  1354.  
  1355.  
  1356. BUTTON NAME: CANCEL
  1357.  
  1358. Returns to the miscellaneous options screen without saving a
  1359. new tag file name.
  1360.  
  1361.  
  1362. BUTTON NAME: TEMPLIST.TAG
  1363.  
  1364. Selecting this button automatically enters the tag file name
  1365. generated by the CMS backup software after having done a
  1366. selective backup.
  1367.  
  1368.  
  1369. BUTTON NAME: CREATE/MODIFY TAG FILE
  1370.  
  1371. This button displays QIC-BAT's TAG FILE GENERATOR.  If you are
  1372. creating a new tag file then the tag file list will be blank
  1373. when the screen appears.  However, if this drive had a tag file
  1374. associated with it previously then the tag list will contain
  1375. that information.
  1376.       QIC-BAT FOR CMS        USER'S GUIDE         PAGE 29 OF 36
  1377.      ===========================================================
  1378.  
  1379.  
  1380.  
  1381. SCREEN DESCRIPTION: TAG FILE GENERATOR
  1382.        CALLED FROM: Enter Tag File Name Screen
  1383.             BUTTON: Create/Modify Tag File
  1384.  
  1385. This screen provides a quick and efficient method of
  1386. generating a tag file list for each drive in your backup.
  1387.  
  1388. The tag file can contain a list of paths and file names to
  1389. include in your backup.  You can also exclude files that
  1390. have been included in previous lines in the tag file.
  1391.  
  1392. To create a tag file first select a path from the
  1393. Directories list box and then select a file name from the
  1394. Files list box.  The path and file name will appear in the
  1395. appropriate text box.
  1396.  
  1397. Note: Selecting paths from the Directory list is very
  1398. 'Windows Like'. Double clicking (or pressing Return) on a
  1399. directory changes the current directory to that directory.
  1400. Also pressing any key from (A to Z) will cause the directory
  1401. list to advance to the first subdirectory in the current
  1402. directory starting with that letter.  This feature also
  1403. works in the File List Box.
  1404.  
  1405. Also Note: It is not necessary to use the browsing features.
  1406. You can enter a path and a file name manually or edit the
  1407. selections made from the Directory and File list boxes.
  1408. This is especially handy if you are creating a batch file
  1409. for use on another computer.
  1410.  
  1411. Once you have selected a path and a file name then you must
  1412. decide if you want to Include or Exclude your Path/File Name
  1413. in the Tag List.  Either choice will display the next screen
  1414. which gives you the opportunity to select any additional
  1415. options for this Path/File Name.
  1416.  
  1417. The Exclude button will be disabled any time the Tag List is
  1418. empty since you can't exclude anything until something has
  1419. been included.  Once you have at least one line in the Tag
  1420. List then you can remove any lines in the Tag List by
  1421. selecting the EDIT button.
  1422.  
  1423.  
  1424. BUTTON NAME: INCLUDE PATH/FILE
  1425.  
  1426. Selecting this button will mark your selection for inclusion
  1427. and display the Tag Parameters screen.
  1428.       QIC-BAT FOR CMS        USER'S GUIDE         PAGE 30 OF 36
  1429.      ===========================================================
  1430.  
  1431.  
  1432.  
  1433. BUTTON NAME: EXCLUDE PATH/FILE
  1434.  
  1435. Selecting this button will mark your selection for exclusion
  1436. and display the Tag Parameters screen.
  1437.  
  1438. BUTTON NAME: EXAMPLES
  1439.  
  1440. Selecting this button brings up a help screen that provides
  1441. several examples of both valid and non-valid tag files.  If
  1442. the concept of using tag files is new to you, then studying
  1443. these examples should help remove the mystery.
  1444. See appendix A.
  1445.  
  1446.  
  1447. BUTTON NAME: EDIT
  1448.  
  1449. Selecting this button will display a small editing screen
  1450. which will allow you to remove any lines already in the Tag
  1451. List.  Selecting EDIT when the Tag List is empty will cause
  1452. an error message to appear.
  1453.  
  1454.  
  1455. BUTTON NAME: REMOVE
  1456.  
  1457. This button will appear only after selecting the EDIT
  1458. button. Selecting this button will cause any highlighted
  1459. line in the Tag List to be removed.
  1460.  
  1461.  
  1462. BUTTON NAME: UNDO
  1463.  
  1464. This button will appear only after selecting the EDIT button
  1465. and only immediately after having removed a line from the
  1466. Tag List. Selecting this button will reinstate the line that
  1467. was just removed.
  1468.  
  1469.  
  1470. BUTTON NAME: END EDIT
  1471.  
  1472. This button will appear only after selecting the EDIT
  1473. button. Selecting this button will remove the editing screen
  1474. and allow you to select additional Path/File Names.
  1475.  
  1476.       QIC-BAT FOR CMS        USER'S GUIDE         PAGE 31 OF 36
  1477.      ===========================================================
  1478.  
  1479.  
  1480. SCREEN DESCRIPTION: ADD TAG PARAMETERS
  1481.        CALLED FROM: Tag Generator Screen
  1482.             BUTTON: Include Path/File or
  1483.                     Exclude Path/File
  1484.  
  1485. This screen provides a convenient method for appending
  1486. additional file selection parameters to your Path/File Name.
  1487. After you make your selections, if any, then select the ADD
  1488. TO TAG FILE button to place this line in Tag List.  QIC-BAT
  1489. will check your entry for validity and report any errors
  1490. along with suggested fixes before it is added to the Tag
  1491. List.
  1492.  
  1493. Note: Included lines will be added to the top of the Tag
  1494. List while Excluded lines will be added to the bottom of the
  1495. list.
  1496.  
  1497.  
  1498. BUTTON NAME: MODIFIED ONLY?
  1499.  
  1500. Selecting this button will append a /M to your entry thereby
  1501. including only files that have been modified since your last
  1502. backup in this backup.
  1503.  
  1504.  
  1505. BUTTON NAME: INCLUDE SUBDIRS?
  1506.  
  1507. Selecting this button will append a /S to your entry thereby
  1508. including any files that match your Path/File Name in lower
  1509. subdirectories also.
  1510.  
  1511.  
  1512. BUTTON NAME: BEGINNING DATE
  1513.  
  1514. Selecting this button displays the date entry screen
  1515. allowing you to enter a date filter that will include only
  1516. those files having a date (on or after) the date you enter.
  1517. Using a beginning date in conjunction with an ending date
  1518. allows you specify a range of dates.
  1519.  
  1520.  
  1521. BUTTON NAME: ENDING DATE
  1522.  
  1523. Selecting this button displays the date entry screen
  1524. allowing you to enter a date filter that will include only
  1525. those files having a date (on or before) the date you enter.
  1526. Using an ending date in conjunction with a beginning date
  1527. allows you specify a range of dates.
  1528.       QIC-BAT FOR CMS        USER'S GUIDE         PAGE 32 OF 36
  1529.      ===========================================================
  1530.  
  1531.  
  1532.  
  1533. BUTTON NAME: ADD TO TAG FILE
  1534.  
  1535. Selecting this button causes your selected Path/File Name,
  1536. along with any additional selection parameters added in this
  1537. screen, to be added to the Tag List.  Your selections will
  1538. be checked for validity and if valid you will be returned to
  1539. the main Tag File screen.
  1540.  
  1541.  
  1542. BUTTON NAME: CANCEL
  1543.  
  1544. Selecting this button returns you back to the main
  1545. Tag File screen without saving any selections made in this
  1546. screen.
  1547.  
  1548.  
  1549. SCREEN DESCRIPTION: EDIT ERROR FILE LOG NAME
  1550.        CALLED FROM: Misc Options Screen
  1551.             BUTTON: Edit Error File Name
  1552.  
  1553. This screen provides a place to edit the Error File name
  1554. that was automatically generated by QIC-BAT for this drive.
  1555.  
  1556. In most cases it will not be necessary to change the Error
  1557. File name. If the name is left blank then no Error File will
  1558. be included in the batch file for this drive.
  1559.  
  1560.  
  1561. BUTTON NAME: OK
  1562.  
  1563. Causes the Error File in the Error File box to be checked
  1564. for validity. If the filename is valid you are returned to
  1565. the miscellaneous options screen where the name of the Error
  1566. File is displayed.
  1567.  
  1568.  
  1569. BUTTON NAME: CANCEL
  1570.  
  1571. Returns to the miscellaneous options screen without saving a
  1572. new Error File name.
  1573.  
  1574.  
  1575. BUTTON NAME: DEFAULT
  1576.  
  1577. If you make a change to the Error File name and then wish to
  1578. return back to the default Error File name generated by
  1579. QIC-BAT simply select this button.
  1580.       QIC-BAT FOR CMS        USER'S GUIDE         PAGE 33 OF 36
  1581.      ===========================================================
  1582.  
  1583.  
  1584.  
  1585. SCREEN DESCRIPTION: ENTER A DATE FILTER
  1586.        CALLED FROM: Misc Options Screen
  1587.             BUTTON: Add a Date Filter
  1588.  
  1589. This screen is used to enter a date.
  1590.  
  1591. The CMS backup software only accepts dates in the MM-DD-YYYY
  1592. format. QIC-BAT however, allows you to enter dates in a
  1593. variety formats.  No matter which format you use it will be
  1594. converted to the MM-DD-YYYY format for inclusion in your
  1595. batch file.
  1596.  
  1597. Examples of valid formats include:
  1598.     January 1, 1993
  1599.     1/1/93
  1600.     1-1-93
  1601.     1 Jan 1993
  1602.  
  1603. All dates are checked for validity.  For example:  2/29/93,
  1604. 6/31/93 or 31/12/93 would not be accepted.  Valid date range
  1605. is from January 1, 1980 to December 31, 2078.
  1606.  
  1607.  
  1608. BUTTON NAME: <TODAY>
  1609.  
  1610. This handy button automatically enters today's date based on
  1611. the computer's system clock.
  1612.  
  1613.  
  1614. BUTTON NAME: <- 1 DAY>
  1615.  
  1616. This button automatically subtracts one day from the date
  1617. showing in the date entry box.
  1618.  
  1619.  
  1620. BUTTON NAME: <+ 1 DAY>
  1621.  
  1622. This button automatically adds one day from the
  1623. date showing in the date entry box.
  1624.  
  1625.  
  1626. BUTTON NAME: OK
  1627.  
  1628. Causes the date in the date box to be checked for validity.
  1629. If the date is valid you are returned to the miscellaneous
  1630. options screen where the date is displayed.
  1631.       QIC-BAT FOR CMS        USER'S GUIDE         PAGE 34 OF 36
  1632.      ===========================================================
  1633.  
  1634.  
  1635.  
  1636. BUTTON NAME: CANCEL
  1637.  
  1638. Returns to the miscellaneous options screen without saving a
  1639. new date.
  1640.  
  1641. Note:  The backup software does not allow a date filter to
  1642. coexist with the "modified only" option.  QIC-BAT will
  1643. monitor this incompatibility for you.  If you attempt to
  1644. select a date filter when you have already selected
  1645. "modified only" (or vice versa) a warning box will appear
  1646. with options to solve the problem.
  1647.  
  1648.  
  1649. SCREEN DESCRIPTION: ENTER A PASSWORD
  1650.        CALLED FROM: Misc Options Screen
  1651.             BUTTON: Add a Password
  1652.  
  1653. This screen provides a place to enter a Password for the
  1654. tape volume that will be created for this drive when your
  1655. batch file is run.  If you use a Password then it will be
  1656. required again when you attempt to restore from the password
  1657. protected volume.
  1658.  
  1659. Passwords are limited to eight characters.
  1660.  
  1661.  
  1662. BUTTON NAME: OK
  1663.  
  1664. Causes the Password in the Password box to be checked for
  1665. validity. If the Password is valid you are returned to the
  1666. miscellaneous options screen where the Password is
  1667. displayed.
  1668.  
  1669.  
  1670. BUTTON NAME: CANCEL
  1671.  
  1672. Returns to the miscellaneous options screen without saving a
  1673. new Password.
  1674.       QIC-BAT FOR CMS        USER'S GUIDE         PAGE 35 OF 36
  1675.      ===========================================================
  1676.  
  1677.  
  1678.  
  1679.  
  1680.                 APPENDIX A - SAMPLE TAG FILES
  1681.  
  1682. C:\WINDOWS\*.* /S
  1683.  
  1684. This tag file will include all files in the WINDOWS
  1685. subdirectory and all files in the subdirectories attached to
  1686. it.
  1687.  
  1688. Note: This would not have required a tag file since you can
  1689. specify one path and one file type in the main batch file.
  1690.  
  1691. C:\WINDOWS\*.* /S
  1692. C:\EXCEL\*.* /S
  1693.  
  1694. This tag file will include all files in the WINDOWS
  1695. subdirectory and all files in the subdirectories attached to
  1696. it.
  1697.  
  1698. It will also include all files in the EXCEL subdirectory and
  1699. all files in the subdirectories attached to it.
  1700.  
  1701. Note: This scenario does require a tag file since there are
  1702. two paths and file types specified.
  1703.  
  1704. C:\*.* /S
  1705. C:\WINDOWS\*.* /X/S
  1706.  
  1707. This tag file will include all files in the ROOT directory
  1708. and all files in lower subdirectories attached to the ROOT.
  1709.  
  1710. However all files in the WINDOWS subdirectory and all files
  1711. in the subdirectories attached to it will be excluded from
  1712. the backup.
  1713.  
  1714. Note: This scenario does require a tag file since you cannot
  1715. exclude files in the main batch file.
  1716.  
  1717. C:\*.* /D:4-01-93/E:4-30-93/M/S
  1718.  
  1719. This tag file will include all files in the root directory
  1720. and all files in lower subdirectories attached the root that
  1721. have been modified since the last backup and have file dates
  1722. during the month of April, 1993.
  1723.  
  1724. Note: This scenario requires a tag file for two reasons.
  1725. First of all you cannot specify an ending date in the main
  1726. batch file. Secondly date filters and 'Modified Only' are
  1727. incompatible options in the main batch file.
  1728.       QIC-BAT FOR CMS        USER'S GUIDE         PAGE 36 OF 36
  1729.      ===========================================================
  1730.  
  1731.  
  1732. C:\WINDOWS\*.* /S
  1733. C:\EXCEL\*.* /S
  1734. C:\*.EXE /X     **NOT VALID**
  1735.  
  1736. This tag file is NOT VALID.  The first two lines include all
  1737. files in the WINDOWS and EXCEL directories and any files in
  1738. subdirectories attached to them.  However, the third line is
  1739. not valid since it attempts to exclude a path and files that
  1740. have not been included.  QIC-BAT would flag this entry as
  1741. invalid and suggest that by adding a /S (include subdirs) it
  1742. would be valid.  Adding a /S would make it valid since it
  1743. would then exclude all EXE files included by the first two
  1744. lines in the tag file.
  1745.  
  1746. C:\*.*
  1747. C:\WINDOWS\*.*
  1748. C:\WINDOWS\SYSTEM\*.TMP /X   **NOT VALID**
  1749.  
  1750. This tag file is NOT VALID.  The first two lines include
  1751. files in the root directory and files in the WINDOWS
  1752. directory.  However, the third line is not valid since it
  1753. attempts to exclude a path and files that have not been
  1754. included.  QIC-BAT would flag this entry as invalid and
  1755. suggest that by adding a /S (include subdirs) to either of
  1756. the first two lines it would be valid.  Adding a /S to
  1757. either or both of the first two lines would cause the
  1758. WINDOWS/SYSTEM subdirectory to be included and therefore the
  1759. TMP files could then be excluded.
  1760.  
  1761.